Tootsville::Tcp-Unicast

Function

Tcp-Unicast names a function, with lambda list (MESSAGE TCP-CLIENT):

Writes MESSAGE to TCP-CLIENT.

MESSAGE is encoded with a SOH (start of heading, ASCII value 1), followed by the length of the message in base-36, then STX (start of text, ASCII value 2), the message itself, and a final ETX (end of text, ASCII value 3).

File

Defined in file src/tcp-stream.lisp.